home *** CD-ROM | disk | FTP | other *** search
- ;;; DO NOT MODIFY THIS FILE
- (if (featurep 'iso-autoloads) (error "Already loaded"))
-
- ;;;### (autoloads (iso-accents-mode) "iso-acc" "iso/iso-acc.el")
-
- (autoload 'iso-accents-mode "iso-acc" "\
- Toggle ISO Accents mode, in which accents modify the following letter.
- This permits easy insertion of accented characters according to ISO-8859-1.
- When Iso-accents mode is enabled, accent character keys
- \(`, ', \", ^, / and ~) do not self-insert; instead, they modify the following
- letter key so that it inserts an ISO accented letter.
-
- You can customize ISO Accents mode to a particular language
- with the command `iso-accents-customize'.
-
- Special combinations: ~c gives a c with cedilla,
- ~d gives an Icelandic eth (d with dash).
- ~t gives an Icelandic thorn.
- \"s gives German sharp s.
- /a gives a with ring.
- /e gives an a-e ligature.
- ~< and ~> give guillemots.
- ~! gives an inverted exclamation mark.
- ~? gives an inverted question mark.
-
- With an argument, a positive argument enables ISO Accents mode,
- and a negative argument disables it." t nil)
-
- ;;;***
-
- (provide 'iso-autoloads)
-